@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  min-width: 1200px;
  margin: 0 auto;
  font: 14px/1.8 "Microsoft YaHei";
  position: relative;
  color: #000;
  background: url("../images/bj.jpg") repeat top center;
}

body .secs {
  display: block;
  width: 1200px;
  margin: auto;
}

:focus {
  outline: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear;
  -o-transition: color 0.15s linear, background-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear;
}

a:hover,
a:link {
  text-decoration: none;
}

table {
  border-spacing: 0;
  width: 100%;
  display: table !important;
}

label {
  font-weight: normal;
  margin: 0;
}

header,
nav,
section,
aside,
footer {
  display: block;
  width: 100%;
}

.img-responsive {
  width: 100%;
}

/**************header****************/
header {
  border-bottom: 1px solid #2091ef;
  position: relative;
  z-index: 2;
}

header div.secs {
  padding: 20px 0;
  height: 103px;
  position: relative;
}

header div.secs a.logo {
  display: inline-block;
}

header div.secs div.he_rt {
  position: absolute;
  bottom: 0;
  right: 0;
}

header div.secs div.he_rt div.he_top {
  text-align: right;
  margin-bottom: 20px;
  padding-right: 15px;
}

header div.secs div.he_rt div.he_top a {
  color: #000;
  display: inline-block;
  margin: 0 5px;
}

header div.secs div.he_rt nav ul.nav_list > li {
  display: inline-block;
  vertical-align: top;
}

header div.secs div.he_rt nav ul.nav_list > li {
  padding: 0 20px;
  position: relative;
}

header div.secs div.he_rt nav ul.nav_list > li > a {
  display: block;
  padding: 5px 10px;
  color: #000;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  position: relative;
}

header div.secs div.he_rt nav ul.nav_list > li > a img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 45%;
}

header div.secs div.he_rt nav ul.nav_list > li ul.sub {
  display: none;
  background: #2091ef;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 100%;
  padding: 5px 0;
  text-align: justify;
}

header div.secs div.he_rt nav ul.nav_list > li ul.sub li {
  padding: 10px 0;
}

header div.secs div.he_rt nav ul.nav_list > li ul.sub li a {
  display: block;
  white-space: nowrap;
  text-align: center;
  line-height: 100%;
  padding: 0 10px;
  color: #fff;
}

header div.secs div.he_rt nav ul.nav_list > li ul.sub li a:hover {
  color: #000;
}

header div.secs div.he_rt nav ul.nav_list > li:hover > a,
header div.secs div.he_rt nav ul.nav_list > li.active > a {
  border-color: #2091ef;
}

header div.secs div.he_rt nav ul.nav_list > li:hover > a img,
header div.secs div.he_rt nav ul.nav_list > li.active > a img {
  display: block;
}

/**************banner****************/
div.banner {
  position: relative;
  z-index: 1;
}

div.banner div.carousel > a {
  padding-top: 18%;
}

div.banner div.info {
  height: 355px;
  position: relative;
}

div.banner div.info img.img1 {
  display: none;
}

div.banner div.info div.zz {
  position: absolute;
  width: 100%;
  height: 355px;
  top: 0;
  left: 0;
  /*background: rgba(255, 255, 255, 0.8);*/
}

/**************index****************/
section div.se_top {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
}

section div.se_top p {
  margin: 0;
}

section div.se_top p.title {
  line-height: 35px;
  font-size: 30px;
  background: url("../images/pro_ico.png") no-repeat center;
  background-size: cover;
}

section div.products {
  padding: 20px 0 10px;
}

section div.products div.pro_sec {
  font-size: 0;
  letter-spacing: -1px;
}

section a.pro_a {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 382px;
  text-align: center;
  margin-left: 27px;
  margin-bottom: 20px;
}


section a.pro_a p {
  color: #000;
  margin: 0;
}

section a.pro_a div {
  border: 5px solid #e9e9e9;
  margin-bottom: 5px;
}

section a.pro_a div img {
  width: 372px;
  height: 372px;
}

section a.pro_a p.p1 {
  font-size: 16px;
}

section div.field {
  height: 409px;
  background: url("../images/field.jpg") no-repeat center;
}

section div.field div.fie_sec {
  position: relative;
  padding: 10px 25px;
}

section div.field div.fie_sec > div.bd {
  width: 100%;
}

section div.field div.fie_sec > div.bd ul {
  width: 100%;
}

section div.field div.fie_sec > div.bd ul li {
  display: inline-block;
  width: 20%;
}

section div.field div.fie_sec > div.bd ul li a {
  display: block;
  margin: auto;
  width: 221px;
  position: relative;
  text-align: center;
}

section div.field div.fie_sec > div.bd ul li a img {
  width: 100%;
  height: 192px;
}

section div.field div.fie_sec > div.bd ul li a img.zz {
  position: absolute;
  top: 0;
  left: 0;
}

section div.field div.fie_sec > div.bd ul li a p {
  color: #000;
  margin-top: 5px;
}

section div.field div.fie_sec > a {
  position: absolute;
  top: 33%;
}

section div.field div.fie_sec > a img:hover {
  cursor: pointer;
}

section div.field div.fie_sec > a.next {
  left: 0;
}

section div.field div.fie_sec > a.prev {
  right: 0;
}

/**************产品展示****************/
section.info div.secs {
  padding-top: 20px;
}

section.info div.secs p.info_top {
  text-align: right;
}

section.info div.secs p.info_top img {
  margin-right: 5px;
}

section.info div.secs p.info_top a {
  color: #000;
}

section.info div.secs p.info_top span {
  color: #2091ef;
}

section.info div.secs div.info_sec {
  font-size: 0;
  letter-spacing: 0;
}

section.info div.secs div.info_sec > div {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e8e8e8;
  background: #fff;
}

section.info div.secs div.info_sec div.info_le {
  width: 260px;
}

section.info div.secs div.info_sec div.info_le p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

section.info div.secs div.info_sec div.info_le div.info_l_top {
  margin-bottom: 30px;
}

section.info div.secs div.info_sec div.info_le div.info_l_top p.title {
  height: 49px;
  line-height: 49px;
  background: url("../images/info_le_01.jpg");
}

section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li {
  border-bottom: 1px dashed #ddd;
}

section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li > a:hover,
section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li > a.on {
  background: linear-gradient(#f1f1f1 10%, #ffffff 50%, #f1f1f1 90%);
  cursor: pointer;
}

section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  position: relative;
  color: #000;
}

section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li a span {
  position: absolute;
  right: 10px;
}

section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li ul {
  display: none;
  background: #f8f8f8;
}

section.info div.secs div.info_sec div.info_le div.info_l_top ul.info_list > li ul li a:hover {
  background: #fff;
}

section.info div.secs div.info_sec div.info_le div.info_l_fot p.title {
  height: 60px;
  line-height: 60px;
  background: url("../images/info_le_02.jpg");
}

section.info div.secs div.info_sec div.info_le div.info_l_fot div.info_lf {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

section.info div.secs div.info_sec div.info_le div.info_l_fot div.info_lf p {
  margin-bottom: 5px;
}

section.info div.secs div.info_sec div.info_le div.info_l_fot div.info_lf div {
  margin-top: 20px;
  text-align: center;
}

section.info div.secs div.info_sec div.info_le div.info_l_fot div.info_lf div img {
  width: 120px;
  height: 120px;
}

section.info div.secs div.info_sec div.info_rt {
  width: 919px;
  margin-left: 21px;
  padding: 15px;
}

section.info div.secs div.info_sec div.info_rt p.title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

section.info div.secs div.info_sec div.info_rt div.xl {
  border-top: 1px solid #ddd;
  margin-top: 1px;
  padding: 10px 0;
}

section.info div.secs div.info_sec div.info_rt div.xl p {
  text-align: justify;
}

section.info div.secs div.info_sec div.info_rt div.product a.pro_a {
  width: 285px;
  margin-left: 1.3%;
}

section.info div.secs div.info_sec div.info_rt div.product a.pro_a div img {
  width: 275px;
  height: 275px;
}

section.info div.secs div.info_sec div.info_rt div.product a.pro_a p {
  color: #666;
}

/**************产品详情****************/
div.details {
  border: 1px solid #ddd;
}

div.details p.title {
  padding: 10px 0 5px;
}

div.details div.det_sec {
  padding: 20px 0;
}

div.details div.det_sec div.d1 {
  text-align: center;
  margin-bottom: 10px;
}

div.details div.det_sec div.d1 a {
  display: inline-block;
  margin: 0 10px;
  border: 5px solid #e9e9e9;
}

div.details div.det_sec div.d2 ul.det_list {
  font-size: 0;
  letter-spacing: -1px;
  background: #2091ef;
  border-top: 1px solid #2091ef;
}

div.details div.det_sec div.d2 ul.det_list li {
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: url("../images/det_ico.jpg") no-repeat right;
}

div.details div.det_sec div.d2 ul.det_list li:last-child {
  background: none !important;
}

div.details div.det_sec div.d2 ul.det_list li:hover,
div.details div.det_sec div.d2 ul.det_list li.active {
  cursor: pointer;
  background: #fff !important;
  color: #333 !important;
}

div.details div.det_sec div.d2 div.det_s {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

/**************新闻中心****************/
div.news div.media {
  padding: 10px;
  background: #eaeaea;
}

div.news div.media div.media-left a {
  display: block;
  width: 159px;
}

div.news div.media div.media-left a img {
  width: 100%;
  height: 109px;
}

div.news div.media div.media-body a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}

div.news div.media div.media-body a:hover {
  color: #2091ef;
}

div.news div.media div.media-body p {
  margin: 0;
  color: #666;
  text-align: justify;
}

div.news div.media div.media-body p.p2 {
  text-align: right;
}

/**************新闻详情****************/
div.news-info p.tit {
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

div.news-info p.p2 {
  text-align: center;
  color: #888;
}

div.news-info div.ni_sec {
  margin: 15px 0;
  text-align: justify;
}

div.news-info div.ni_sec img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

div.link {
  margin: 20px 0;
}

div.link a {
  display: block;
  color: #333;
}

/**************应用领域详情****************/
div.field-info div.fie_p {
  padding: 15px;
  margin: 20px 0;
}

/**************联系我们****************/
div.liuyan p.tit {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
}

div.liuyan div.liu_sec {
  padding: 30px;
}

div.liuyan div.liu_sec > div {
  margin-bottom: 15px;
}

div.liuyan div.liu_sec > div label {
  width: 160px;
  text-align: right;
  vertical-align: top;
  font-size: 15px;
}

div.liuyan div.liu_sec > div label span {
  color: red;
}

div.liuyan div.liu_sec > div input.in1 {
  height: 35px;
  width: 200px;
  padding: 2px 5px;
}

div.liuyan div.liu_sec > div img {
  display: inline-block;
  vertical-align: top;
}

div.liuyan div.liu_sec > div input.in2 {
  background: linear-gradient(#f9f9f9 10%, #d9d9d9 55%, #cfcecf 90%);
  display: inline-block;
  width: 90px;
  border: 1px solid #a0a0a0;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 30px;
  margin-left: 15px;
}

div.liuyan div.liu_sec > div label.lab2 {
  margin-right: 100px;
}

/**************footer****************/
footer {
  position: absolute;
  height: 81px;
  background: url("../images/fot.jpg") no-repeat center;
}

footer div.secs {
  line-height: 81px;
  text-align: center;
  color: #fff;
}

footer div.secs a {
  color: #fff;
}

aside {
  position: fixed;
  width: auto;
  right: 0;
  top: 25%;
  z-index: 100;
}

aside a.as_a1 {
  position: absolute;
  top: 135px;
  left: 34px;
}

aside a.as_a3 {
  left: 111px;
}

aside a.as_a2 {
  position: absolute;
  width: 30px;
  top: 30px;
  right: 10px;
  font-size: 20px;
  color: #666;
  text-align: center;
}

aside a.as_a2:hover {
  cursor: pointer;
}

aside img.as_img1 {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
}

aside img.as_img1:hover {
  cursor: pointer;
}

aside a.as_a2 + img {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

aside div {
  position: absolute;
  top: 200px;
  left: 30px;
  padding-left: 11px;
}

aside div p {
  line-height: 16px;
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
}

#pages {
  padding: 10px 0 25px 0;
  text-align: center;
  font: 12px '宋体';
  font-size: 0;
  letter-spacing: -1px;
  margin-top: 20px;
}

#pages a {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0px 8px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  border: #ddd /*边框线色*/ solid;
  border-width: 1px;
  text-align: center;
  color: #666 /*字体颜色*/;
  text-decoration: none;
  background: #fff /*字背景*/;
  border-right: none;
}

#pages a:last-child {
  border-right: 1px solid #ddd;
}

#pages a.a1 {
  padding: 0px 12px;
  height: 24px;
  line-height: 24px;
  margin-top: 0px;
  border-left: 1px solid #ddd /*左边框线色*/;
}

#pages a:hover {
  color: #fff;
  text-decoration: none;
  background: #2091ef /*鼠标滑过色块色*/;
}

#pages span {
  font-size: 12px;
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  background: #2091ef;
  /*色块色*/
}

.page .noPage {
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}

div.links {
  margin: 20px auto;
}

div.links > p {
  font-size: 16px;
}

div.links a {
  display: inline-block;
  padding: 0 10px;
  color: #333;
}
